Fix typo in the Gtk9Slice parser.
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 5 Oct 2010 22:53:49 +0000 (00:53 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:17 +0000 (15:38 +0100)
gtk/gtkcssprovider.c

index 151902f54f3f131b1310cc2eec2ce9d05fb1d442..d5d552cff54e9cf396f11da0cba35c8b98c4c457 100644 (file)
@@ -1701,7 +1701,7 @@ slice_parse_str (GtkCssProvider  *css_provider,
   if (i != 2)
     {
       /* Fill in second modifier, same as the first */
-      mods[1] = mods[1];
+      mods[1] = mods[0];
     }
 
   pixbuf = gdk_pixbuf_new_from_file (path, &error);